home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / UpDateCopy / UpDateCopy.readme < prev   
Text File  |  1998-03-21  |  2KB  |  46 lines

  1. Short:    Copy-command that replaces older files.
  2. Author:   ss37@inf.tu-dresden.de (Sven Steiniger)
  3. Uploader: ss37@inf.tu-dresden.de (Sven Steiniger)
  4. Version:  1.5
  5. Type:     util/sys
  6. Replaces: util/sys/UpDateCopy*
  7. Requires: OS 2.04+
  8.  
  9. ------------------------------------------------------------------------------
  10.                                   English
  11. ------------------------------------------------------------------------------
  12.  
  13.     UpdateCopy is an extension of the standard copy command. It does not
  14.     only copy files and create (if necessary) directories but also process
  15.     already existing files: older files are replaced automatical by newer
  16.     ones. UpdateCopy first try to find a version-string within the files
  17.     ($VER: Programname Version.Reversion) and copy only the one with the
  18.     higher version or simply compares the dates. If wanted it can also
  19.     check/update the 'archive' protection bit.
  20.     UpdateCopy features multiple sourcefiles, pattern matching and
  21.     recursively directory scanning.
  22.     Sourcecode included.
  23.     NEW:    - now uses asyncio.library for faster reading/writing
  24.         - fixed some minor bugs
  25.         - uses less memory now
  26.  
  27. ------------------------------------------------------------------------------
  28.                                   Deutsch
  29. ------------------------------------------------------------------------------
  30.  
  31.     UpdateCopy ist eine Erweiterung des Standard copy Kommandos. Es
  32.     kopiert nicht nur Dateien und erzeugt (wenn notwendig) Verzeichnisse
  33.     sondern bearbeitet auch schon existierende Dateien: ältere Dateien
  34.     werden automatisch durch neuere ersetzt. UpdateCopy sucht erst nach
  35.     nach der Versionszeichenkette ($VER: Programmname Version.Reversion)
  36.     in der Datei und überschreibt nur Dateien mit höherer Versionsnummer.
  37.     Findet UpdateCopy keine Versionsnummern vergleicht er das Datum der
  38.     Dateien und erzetzt wenn nötig. Außerdem kann auch das 'Archive'
  39.     Schutzbit überprüft/gesetzt werden.
  40.     UpdateCopy verarbeite außerdem mehrere Quelldateien, Namensmuster
  41.     und rekursive Verzeichnisdurchsuchung.
  42.     Inklusive Quelltext.
  43.     NEW:    - benutzt jetzt asyncio.library für schnelles lesen/schreiben
  44.         - einige kleiner Fehler behoben
  45.         - braucht jetzt weniger Speicher
  46.